power: axp221: Remove switch case to simplify axp_set_eldo
authorChen-Yu Tsai <[email protected]>
Mon, 2 May 2016 02:28:10 +0000 (10:28 +0800)
committerHans de Goede <[email protected]>
Wed, 25 May 2016 15:52:39 +0000 (17:52 +0200)
commitaa23f539c88418333fb5300051642bc9b99d17b2
tree8265b80f4c8d8a57f0a98f5836d3a61056381f7f
parent5af116b560d8a6e0b11d6239b5a8f783f9ac6fd1
power: axp221: Remove switch case to simplify axp_set_eldo

The ELDO enable bits and registers are contiguous for axp221. Instead
of a switch case testing against the index, just use the index to shift
the bit or register offset.

Signed-off-by: Chen-Yu Tsai <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
drivers/power/axp221.c